home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / What's New / Technical Notes and Q&As / ADC Reference Library / css / wwdcstyle040604.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-03-25  |  4.4 KB  |  304 lines

  1. #body h3 {
  2.     background: #E1E1E1;
  3.     padding: 2px 5px;
  4.     margin: 25px 0 5px;
  5.     border: 1px solid #bbb;
  6.     }
  7.  
  8.  
  9. #sidebar .graybox td {
  10.     padding-bottom: 0;
  11.     }
  12.  
  13. #sidebar .graybox table.register td {
  14.     vertical-align: middle;
  15.     font-size: 11px;
  16.     padding-bottom: 8px;
  17.     }
  18.  
  19. #sidebar ul.nav {
  20.     margin-bottom: 10px;
  21.     }
  22.  
  23. .graybox td.center {
  24.     text-align: center;
  25.     }
  26.  
  27. #previouswinners h3 {
  28.     width: 448;
  29.     font-size: 14px;
  30.     background: #E1E1E1;
  31.     padding: 2px 5px;
  32.     margin: 30px 0 6px;
  33.     border: 1px solid #bbb;
  34.     }
  35.     
  36. #previouswinners .first {
  37.     margin-top: 0px;
  38.     }
  39.     
  40. #previouswinners h4 {
  41.     font-weight: bold;
  42.     font-size: 12px;
  43.     color: #000;
  44.     margin-bottom: 3px;
  45.     margin-top: 0;
  46.     }
  47.  
  48. #previouswinners p {
  49.     margin: 0 0 10px 20px;
  50.     }
  51.     
  52. #previouswinners p strong{
  53.     font-weight: bold;
  54.     color: #000;
  55.     }
  56.     
  57. #previouswinners .moreinfo {
  58.     margin-left: 0;
  59.     }
  60.     
  61. /* sessions page definitions */
  62. .sessions {
  63.     border: 1px solid #919699;
  64.     margin-bottom: 10px;
  65.     }
  66.  
  67. .sessions th {
  68.     padding: 6px 10px 6px 10px;
  69.     font-size: 10px;
  70.     background: #7E91A4;
  71.     color: #FFF;
  72.     }
  73.  
  74. .sessions td {
  75.     font-size: 12px;
  76.     text-align: left;
  77.     vertical-align: top;
  78.     }
  79.  
  80. .sessions .title td {
  81.     border-top: 1px solid #919699;
  82.     background: #F0F5F9;
  83.     padding: 6px 10px 6px 10px;
  84.     }
  85.  
  86. .sessions .description {
  87.     padding: 10px;
  88.     background: #FFF;
  89.     }
  90.     
  91. .sessions .title td.sortcolumn {
  92.     background: #DCE5EE;
  93.     }
  94.     
  95. .sessions .description td.sortcolumn {
  96.     background: #F5F5F5;
  97.     }
  98.     
  99. .sessions th.sortcolumn {
  100.     background: #334455;
  101.     }
  102.     
  103. .sessionstop {
  104.     border-right: 1px solid #919699;
  105.     background: #E2E2E2;
  106.     }
  107.     
  108. .sessionstop td{
  109.     border-top: 1px solid #919699;
  110.     border-left: 1px solid #919699;
  111.     padding: 10px;
  112.     }
  113.     
  114. /* calendar page definitions */
  115.  
  116. .days { 
  117.     border-top: 1px solid #919699;
  118.     border-right: 1px solid #919699;
  119.     height: 70px;
  120.     }
  121.  
  122. .days td {
  123.     font-size: 10px;
  124.     text-align: center;
  125.     padding: 4px;
  126.     border-bottom: 1px solid #919699;
  127.     border-left: 1px solid #919699;
  128.     }
  129.     
  130. .days td.current {
  131.     background: #f1f1f1;
  132.     font-weight: bold;
  133.     }
  134.  
  135.     /* calendar table */
  136. .calendar {
  137.     border-bottom: 1px solid #919699;
  138.     border-right: 1px solid #919699;
  139.     margin-bottom: 15px;
  140.     vertical-align: top;
  141.     }
  142.     
  143. .calendar td {
  144.     border-left: 1px solid #CCCFD0;
  145.     border-top: 1px solid #CCCFD0;
  146.     padding: 6px 8px;
  147.     font-size: 10px;
  148.     font-weight: bold;
  149.     color: #FFF;
  150.     height: 50px;
  151.     vertical-align: top;
  152.     }
  153.     
  154. .calendar th {
  155.     border-top: 1px solid #919699;
  156.     border-left: 1px solid #CCCFD0;
  157.     background: #EEEFF0;
  158.     padding: 6px 8px;
  159.     font-size: 10px;
  160.     text-align: center;
  161.     }
  162.  
  163. .calendar .empty {
  164.     background: #FFF;
  165.     border-top: none;
  166.     border-left: none;
  167.     }
  168.     
  169. .calendar .location {
  170.     border-left: 1px solid #919699;
  171.     border-top: 1px solid #CCCFD0;
  172.     background: #EEEFF0;
  173.     font-weight: bold;
  174.     color: #000;
  175.     
  176.     }
  177.     
  178. .calendar .first {
  179.     border-top: 1px solid #919699;
  180.     border-left: 1px solid #919699;
  181.     }
  182.     
  183. .calendar .special {
  184.     color: #000;
  185.     font-weight: normal;
  186.     }
  187.     
  188. .calendar .special a:link {
  189.     color: #00f;
  190.     text-decoration: none;
  191.     }
  192.  
  193. .calendar .special a:visited {
  194.     color: #00a;
  195.     text-decoration: none;
  196.     }
  197.  
  198. .calendar .special a:hover, .calendar .special a:active {
  199.     color: #f60;
  200.     text-decoration: underline;
  201.     }
  202.     
  203. .calendar .quicktime {
  204.     background: #92B6E1;
  205.     }
  206.     
  207. .calendar .general {
  208.     background: #9A749C;
  209.     }
  210.  
  211. .calendar .enterprise {
  212.     background: #A9A9A9;
  213.     }
  214.  
  215. .calendar .frameworks {
  216.     background: #B4A851;
  217.     }
  218.  
  219. .calendar .graphics {
  220.     background: #F1AB00;
  221.     }
  222.  
  223. .calendar .core {
  224.     background: #689788;
  225.     }
  226.     
  227. .calendar .hardware {
  228.     background: #587993;
  229.     }
  230.  
  231. .calendar .devtools {
  232.     background: #B75312;
  233.     }
  234.     
  235. .calendar a:link, .calendar a:visited {
  236.     color: #FFF;
  237.     font-weight: bold;
  238.     text-decoration: none;
  239.     }
  240.  
  241. .calendar a:hover, .calendar a:active {
  242.     color: #FFF;
  243.     font-weight: bold;
  244.     text-decoration: underline;
  245.     }
  246.     
  247. .calendar th.middle, .calendar td.middle {
  248.     vertical-align: middle;
  249.     }
  250.     
  251.     /* legend table */
  252. .colorkey {
  253.     border: 1px solid #919699;
  254.     margin-right: 15px; 
  255.     }
  256.     
  257. .colorkey th {
  258.     font-size: 10px;
  259.     font-weight: bold;
  260.     padding: 10px;
  261.     }
  262.     
  263. .colorkey td {
  264.     font-size: 10px;
  265.     padding: 0 10px 10px 10px;
  266.     }
  267.  
  268. .colorkey img {
  269.     vertical-align: middle;
  270.     }
  271.     
  272.     /* promo tables */
  273. .calendarbottom {
  274.     border: 1px solid #919699;
  275.     width: 100%;
  276.     margin-bottom: 15px;
  277.     }
  278.     
  279. .calendarbottom td {
  280.     font-size: 10px;
  281.     padding: 10px
  282.     }
  283.     
  284. .calendarbottom table td {
  285.     padding: 0;
  286.     }
  287.     
  288. .calendarbottom img {
  289.     vertical-align: middle;
  290.     }
  291.     
  292. /* ADA Definitions */
  293.  
  294. .enterbutton {
  295.     text-align: right;
  296.     padding: 8px 0 0 0;
  297.     margin: 15px 0 30px 0;
  298.     border-top: 1px solid #bbb;
  299.     }
  300.     
  301. .listintro {
  302.     margin-bottom: 0;
  303.     }
  304.